| class FrameBasedDecoderConverts a frame-based bitstream to raw samples. Only a single function is required which processes a single frame, with access to the Decoder.reader.| Visibility | Public | | Modifiers | abstract | | Extends | Decoder |
Public functionsPublic properties| int LastFetchStart | The position of the first sample of the last exported block in the buffer. | | long Position | Location in the stream in samples. Unsupported for this codec. |
Protected variables| float[] DecodeFrame() | Decode a new frame if the cached samples are already fetched. |
|